home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / techs.zip / TECH8.ZIP / READ.ME < prev   
Text File  |  1980-01-01  |  870b  |  27 lines

  1. PROGRAM NAME: Cmdupdat.PRG
  2.  
  3. DESCRIPTION:  Simulates the dBASE II UPDATE command.
  4.  
  5. ISSUE:  December, 1985
  6.  
  7. SOFTWARE VERSIONS: dBASE II, all versions
  8.  
  9. FUNCTION:  This program UPDATEs one database file from another
  10. database file in a way that is very similar to the dBASE II
  11. UPDATE command.
  12.  
  13. FILES NEEDED: Cmdupdat.PRG
  14.               
  15. SETUP INSTRUCTIONS: Replace the following names in the program
  16. with the names that correspond to your application.
  17.  
  18.           Name         Description
  19.           Mainfile     Database file that gets UPDATEd.
  20.           Fromfile     The FROM database file.
  21.           Key          The key expression in your database file.
  22.           Field1       A numeric field in your database file.
  23.           Field2       A numeric field in your database file.
  24.  
  25. Note: Both of your database files need to be pre-SORTed or
  26. INDEXed.
  27.